Infinum Android

Newsletter Image

Messages

11/17/2023
17 : 4

Component-based Approach. Fighting Complexity in Android Applications

View in browser 🔖 Articles Component-based Approach. Fighting Complexity in Android Applications This initial article is focused on theory. We will explore the complexities encountered in Android
11/10/2023
18 : 14

Implementing IoT Device Onboarding in Mobile Apps

View in browser 🔖 Articles Implementing IoT Device Onboarding in Mobile Apps Implementing IoT device onboarding in a mobile app is a complex process dependent on a number of factors. Discover what
11/3/2023
17 : 4

What's new in Kotlin 1.9.20

View in browser 🔖 Articles What's new in Kotlin 1.9.20 The Kotlin 1.9.20 release is out, the K2 compiler for all the targets is now in Beta, and Kotlin Multiplatform is now Stable. How to Use
10/27/2023
16 : 4

Android Fragmentation state. Did Google fix it?

View in browser 🔖 Articles Android Fragmentation state. Did Google fix it? In this article, I share my opinion about Android fragmentation. You will learn what it is, the reasons for its appearance,
10/24/2023
4 : 24

Exploring Android 14: Screenshot Detection

View in browser 🔖 Articles Exploring Android 14: Screenshot Detection One of these new APIs is the Screenshot Detection API, which allows apps to reliably check when a screenshot has been captured.
10/20/2023
16 : 4

Google’s Contacts app created a new widget 25% faster using Jetpack Glance

View in browser 🔖 Articles Google's Contacts app created a new widget 25% faster using Jetpack Glance Contacts developers aim to make the app an easy way for users to connect with the people who
10/6/2023
16 : 4

Unseen Dangers: Hidden Mobile App Security Risks in Android Libraries

View in browser 🔖 Articles Unseen Dangers: Hidden Mobile App Security Risks in Android Libraries Android developers frequently use third-party libraries to enhance their apps with pre-made
9/29/2023
16 : 4

Compose Multiplatform: First Impression and Hands-on Experience

View in browser 🔖 Articles Compose Multiplatform: First Impression and Hands-on Experience In recent years, the Android development has witnessed a dramatic shift. Gone are the days of massive XML
9/22/2023
16 : 14

Studio Bot expands to 170+ international markets!

View in browser 🔖 Articles Studio Bot expands to 170+ international markets! Studio Bot can accelerate your ability to write high-quality Android apps faster by helping generate code for your app,
9/17/2023
12 : 25

Koin vs. Kotlin-inject – Which to Choose and Why?

View in browser 🔖 Articles Koin vs. Kotlin-inject – Which to Choose and Why? In the fast-evolving world of cross-platform development with Kotlin Multiplatform, choosing the right dependency-injection
9/8/2023
16 : 4

A new modern look for the Android brand

View in browser 🔖 Articles A new modern look for the Android brand We believe our brand system and how we show up visually to the world as Android should reflect Android's core ethos of being open,
8/25/2023
16 : 14

Navigation in Jetpack Compose : A Simple Guide

View in browser 🔖 Articles Navigation in Jetpack Compose : A Simple Guide Navigation means different User Interaction that navigate between different composables in your app. If your application have
8/18/2023
16 : 14

Building a sub-sampling image viewer for Compose UI

View in browser 🔖 Articles Building a sub-sampling image viewer for Compose UI How do you display a 100mb image on Android without running into OutOfMemoryError? You can't. But you can cheat. The
8/14/2023
11 : 5

Android Studio Giraffe, K2 Compiler, Compose Live Edit and more

View in browser 🔖 Articles Now in Android - Android Studio Giraffe, K2 Compiler, Compose Live Edit and more Welcome to Now in Android, your ongoing guide to what's new and notable in the world of
8/4/2023
16 : 14

Google Shutting down Firebase Dynamic Links

View in browser 🔖 Articles Google Shutting down Firebase Dynamic Links Firebase Dynamic Links was a popular way to build universal deeplinks that worked across iOS, Android, and the web. Now after 7
7/28/2023
16 : 14

Deep dive into Live Edit for Jetpack Compose UI

View in browser 🔖 Articles Deep dive into Live Edit for Jetpack Compose UI A closeup look into how the Android Studio team built Live Edit; a feature that accelerates the Compose development process by
7/21/2023
16 : 14

Lottie Android 6.1 -Lottie goes multithreaded

View in browser 🔖 Articles Lottie Android 6.1 -Lottie goes multithreaded In addition to a slew of bug fixes, new features, and under the hood improvements, the goal for Lottie 6.1 was to do a deep dive
7/16/2023
13 : 25

A flexible, modern Android app architecture

View in browser 🔖 Articles A flexible, modern android app architecture: complete step-by-step This article aims to demonstrate the practical side: to teach Android architecture by example. Most
7/7/2023
16 : 14

Kotlin 1.9.0 Released

View in browser 🔖 Articles Kotlin 1.9.0 Released The Kotlin 1.9.0 release is out and the K2 compiler for the JVM is now in Beta. This release contains new language features as well as improvements for
6/30/2023
16 : 14

Detecting device type – How to know if a device is foldable or a tablet

View in browser 🔖 Articles Detecting device type – How to know if a device is foldable or a tablet The most common reason app developers want to know the type of the device is so they can determine